home *** CD-ROM | disk | FTP | other *** search
- * $Revision Header *** Header built automatically - do not edit! ***********
- *
- * (C) Copyright 1991 by Torsten Jürgeleit
- *
- * Name .....: libdata.i
- * Created ..: Sunday 22-Dec-91 20:34:49
- * Revision .: 0
- *
- * Date Author Comment
- * ========= ==================== ====================
- * 22-Dec-91 Torsten Jürgeleit Created this file!
- *
- ****************************************************************************
- *
- * Strings and equates for IntuiSup library
- *
- * $Revision Header ********************************************************
-
- INCLUDE <exec/libraries.i>
-
- VERSION EQU 4
- REVISION EQU 7
- PRIORITY EQU 0
-
- LIB_SIZEOF EQU LIB_SIZE ; size of standard library
-
- LIB_NAME MACRO
- dc.b "intuisup.library",0
- ENDM
-
- LIB_ID MACRO
- dc.b "Intuition support library v4.7 by Torsten Jürgeleit"
- ENDM
-